CreateFile

Category: Files

Syntax:
CreateFile filename

Creates the specified file with zero length. If the file already exists, it will become empty.

Example:
@l $fn = $SaveDialog(Choose a file)
CreateFile $fn
AppendText $fn The new contents of the file.

Next in "Files": DirExists
Previous in "Files": ChDir
Next by name: CTCP
Previous by name: Connect
Up to all commands by name or commands and functions by category